summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2022-01-14 23:01:45 +0100
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2022-01-14 23:01:45 +0100
commit7951feda20a7b07f4c0a8e3eea14bdb62b24dd02 (patch)
tree368223026af23ca35206a6e4a9ebbe5d825f9f54
parent[automerger skipped] Merge "Import translations. DO NOT MERGE ANYWHERE" am: fda86a9d3d -s ours am: f25133183a -s ours am: e46e511459 -s ours (diff)
parentMerge "Add missing header include to libedify" am: 191a9da257 am: 99f1bd6a72 (diff)
downloadandroid_bootable_recovery-7951feda20a7b07f4c0a8e3eea14bdb62b24dd02.tar
android_bootable_recovery-7951feda20a7b07f4c0a8e3eea14bdb62b24dd02.tar.gz
android_bootable_recovery-7951feda20a7b07f4c0a8e3eea14bdb62b24dd02.tar.bz2
android_bootable_recovery-7951feda20a7b07f4c0a8e3eea14bdb62b24dd02.tar.lz
android_bootable_recovery-7951feda20a7b07f4c0a8e3eea14bdb62b24dd02.tar.xz
android_bootable_recovery-7951feda20a7b07f4c0a8e3eea14bdb62b24dd02.tar.zst
android_bootable_recovery-7951feda20a7b07f4c0a8e3eea14bdb62b24dd02.zip
-rw-r--r--edify/parser.yy1
1 files changed, 1 insertions, 0 deletions
diff --git a/edify/parser.yy b/edify/parser.yy
index 37bcdd031..5e1e847a6 100644
--- a/edify/parser.yy
+++ b/edify/parser.yy
@@ -15,6 +15,7 @@
* limitations under the License.
*/
+#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>